﻿#slider
{
	background: #fff;
	margin-bottom: 4px;
	padding: 0 15px 15px;
	position: relative;
	width: 880px;
}
.slider-container
{
	width: 880px;
	height: 365px;
	position: relative;
}
.slider-container a
{
	margin-bottom: 20px;
	display: block;
}
.nivo-info
{
	background: url( 'images/slide-shadow.png' ) 0 0 repeat-y;
	height: 343px;
	width: 292px;
	padding: 22px 550px 0 38px;
	position: absolute;
	top: 0;
	left: 15px;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	z-index: 1000;
}
.nivo-info p
{
	padding-left: 4px;
}
.nivo-info strong
{
	font-family: SavoyeLetPlain,Georgia, "Times New Roman" ,Times,serif;
	font-size: 70px;
	display: block;
	margin-bottom: 17px;
	font-style: italic;
	font-weight: normal;
	line-height: 110px;
	color: #b8821b;
}
.nivoSlider img
{
	position: absolute;
	top: 0;
	left: 0;
}
.nivoSlider a.nivo-imageLink
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 60;
	display: none;
}
.nivo-slice
{
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}
.nivo-directionNav a
{
	position: absolute;
	top: 45%;
	z-index: 99;
	width: 36px;
	height: 44px;
	cursor: pointer;
	text-indent: -9999px;
}
.nivo-prevNav
{
	left: -36px;
	background: url( 'images/slider-arrows.png' ) 0 0 no-repeat;
}
.nivo-nextNav
{
	right: -36px;
	background: url( 'images/slider-arrows.png' ) 0 -44px no-repeat;
}